home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 12 / BBS in a box XII-2.iso / Files II / Prog / B-C / C++ FAQ Reference 1.0.sit / C++ FAQ Reference 1.0.rsrc / STR#_140.txt < prev    next >
Encoding:
Text File  |  1993-06-30  |  416 b   |  15 lines

  1. What are some good C++ coding standards?
  2.  
  3. Are coding standards necessary?  sufficient?
  4.  
  5. Should our organization determine coding standards from our C experience?
  6.  
  7. Should I declare locals in the middle of a fn or at the top?
  8.  
  9. What source-file-name convention is best? 'foo.C'? 'foo.cc'? 'foo.cpp'?
  10.  
  11. What header-file-name convention is best? 'foo.H'? 'foo.hh'? 'foo.hpp'?
  12.  
  13. Are there any lint-like guidelines for C++?
  14.  
  15.